type golang.org/x/crypto/chacha20poly1305.chacha20poly1305
12 uses
golang.org/x/crypto/chacha20poly1305 (current package)
chacha20poly1305.go#L35: type chacha20poly1305 struct {
chacha20poly1305.go#L47: ret := new(chacha20poly1305)
chacha20poly1305.go#L52: func (c *chacha20poly1305) NonceSize() int {
chacha20poly1305.go#L56: func (c *chacha20poly1305) Overhead() int {
chacha20poly1305.go#L60: func (c *chacha20poly1305) Seal(dst, nonce, plaintext, additionalData []byte) []byte {
chacha20poly1305.go#L74: func (c *chacha20poly1305) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
chacha20poly1305_amd64.go#L49: func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []byte) []byte {
chacha20poly1305_amd64.go#L68: func (c *chacha20poly1305) open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
chacha20poly1305_generic.go#L30: func (c *chacha20poly1305) sealGeneric(dst, nonce, plaintext, additionalData []byte) []byte {
chacha20poly1305_generic.go#L56: func (c *chacha20poly1305) openGeneric(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
xchacha20poly1305.go#L58: c := new(chacha20poly1305)
xchacha20poly1305.go#L80: c := new(chacha20poly1305)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |